home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / skin / classic / tabmixplus / prefs.css < prev    next >
Cascading Style Sheet File  |  2009-09-25  |  5KB  |  200 lines

  1. #TM_ButtonBox {
  2.     list-style-image: url(tmpoptions.png) !important;
  3. }
  4. #buttontabMixGeneralPrefs {
  5.    -moz-image-region: rect(0px, 24px,  24px, 0px);
  6. }
  7. #buttontabMixEventsPrefs {
  8.    -moz-image-region: rect(0px, 48px,  24px, 24px)
  9. }
  10. #buttontabMixAppearancePrefs {
  11.    -moz-image-region: rect(0px, 72px,  24px, 48px)
  12. }
  13. #buttontabMixMousePrefs {
  14.    -moz-image-region: rect(0px, 96px,  24px, 72px)
  15. }
  16. #buttontabMixMenuPrefs {
  17.    -moz-image-region: rect(0px, 120px, 24px, 96px)
  18. }
  19. #buttontabMixSessionPrefs {
  20.    list-style-image: url(sessionmanager.png)
  21. }
  22. #buttontabMixSessionPrefs {
  23.    -moz-image-region: rect(0 24px 24px 0);
  24. }
  25. #buttontabMixSessionPrefs:hover {
  26.    -moz-image-region: rect(24px 24px 48px 0);
  27. }
  28.  
  29. .buttonBoxButton image {
  30.     width: 24px !important;
  31.     height: 24px !important;
  32. }
  33.  
  34. tabpanels#tabpanId {
  35.     -moz-appearance: none !important;
  36.     margin: 0px !important;
  37.     padding: 1px !important;
  38.     border: none !important;
  39. }
  40.  
  41. tabpanels#tabpanId tabbox {
  42.     padding: 0px 1px !important;
  43. }
  44.  
  45. #pref-tabmix {
  46.     padding-top: 0px !important;
  47.     padding-left: 0px !important;
  48.     padding-right: 0px !important;
  49.     margin: 0px !important;
  50. }
  51.  
  52.  
  53. #pref-tabmix #TMBox #TM_ButtonBox {
  54.     margin-bottom: 1px !important;
  55.     background: #EFEFEF !important;
  56.     border: none !important;
  57.     border-bottom: 1px solid ThreedShadow !important;
  58. }
  59.  
  60. #pref-tabmix #TMBox #TM_ButtonBox button {
  61.     -moz-appearance: none !important;
  62.     max-width: 100% !important;
  63.     min-width: 0px !important;
  64.     height: auto !important;
  65.     margin: 1px !important;
  66.     border: none !important;
  67.     background-color: transparent !important;
  68.     background: none !important;
  69.     padding: 3px 3px 1px 3px !important;
  70.     color: #545454 !important;
  71.     font-weight: bold !important;
  72.     -moz-user-focus: none !important;
  73. }
  74.  
  75. #pref-tabmix #TMBox #TM_ButtonBox button:hover {
  76.     background-color: #E0E8F6 !important;
  77.     border: none !important;
  78. }
  79.  
  80. #pref-tabmix #TMBox #TM_ButtonBox button[checked="true"] {
  81.     background-color: #C1D2EE !important;
  82.     border: none !important;
  83. }
  84.  
  85. #pref-tabmix #TMBox #TM_ButtonBox .button-box{
  86.     background: none !important;
  87.     padding: 3px 3px 1px 3px !important;
  88. }
  89.  
  90. /*lets fix some themes, mainly charamel 1.2 */
  91. #pref-tabmix #TMBox #TM_ButtonBox button .button-endcap{
  92. background: none !important;
  93. padding-right: 0px !important;
  94. height: auto !important;
  95. -moz-box-pack: start !important;
  96. -moz-box-align: stretch !important;
  97. }
  98.  
  99. #pref-tabmix #TMBox #TM_ButtonBox button .button-body{
  100. background: none !important;
  101. }
  102.  
  103. .timelabel {
  104.   margin-left: 0px;
  105. }
  106.  
  107. /* prevent cutemenu extension from adding icon to our option dialog*/
  108. #TMBox menuitem .menu-iconic-left,
  109. #TMBox menuitem .menu-accel-container {
  110.   visibility: collapse;
  111. }
  112.  
  113. .subtabs .tab-text {
  114.   min-width: 50px;
  115.   text-align: center;
  116. }
  117.  
  118. /* Tabmix toolbar button icons*/
  119. #_btn_sessionmanager {
  120.   list-style-image: url(sessionmanager.png);
  121. }
  122.  
  123. #_btn_undoclose {
  124.   list-style-image: url(undoclosetab.png);
  125. }
  126.  
  127. #_btn_closedwindows {
  128.   list-style-image: url(undoclosewindow.png);
  129. }
  130.  
  131. #_btn_tabslist {
  132.   list-style-image: url(tabslist.png);
  133. }
  134.  
  135. .tabmixbuttons {
  136.   -moz-box-align: center;
  137.   padding: 3px;
  138. }
  139.  
  140. .tabmixbuttons > image {
  141.   -moz-image-region: rect(0 24px 24px 0);
  142. }
  143.  
  144. #helpButton .button-icon {
  145.  margin-right: 6px;
  146. }
  147.  
  148. #helpButton[disabled=true] .button-icon{
  149.   opacity: 0.4;
  150. }
  151.  
  152. .tabmix-button {
  153.   margin: 2px;
  154. }
  155.  
  156. /* Chromifox theme force button height to 25px */
  157. #pref-tabmix[chromifox=true] .spinbuttons-button {
  158.   max-height: 11px !important;
  159. }
  160.  
  161. /***** for default theme *****/
  162.  
  163. /* fix small bug in firefox tabbox.css 
  164.    tabs moves left or right when selection changed
  165.    we change the border from 2px to none so
  166.    we need also to change the padding
  167. */
  168. #tabMixTabBox[chromedir="ltr"] tab[beforeselected="true"],
  169. #tabMixTabBox[chromedir="rtl"] tab[selected="true"] + tab {
  170.   padding-right: 2px ;
  171. }
  172.  
  173. #tabMixTabBox[chromedir="ltr"] tab[selected="true"] + tab,
  174. #tabMixTabBox[chromedir="rtl"] tab[beforeselected="true"] {
  175.   padding-left: 2px ;
  176. }
  177.  
  178. .subtabs[selected=true][first-tab=true] {
  179.   padding-right: 6px ;
  180.   padding-left: 4px ;
  181. }
  182.  
  183. .subtabs[selected=true][last-tab=true] {
  184.   padding-right: 4px;
  185. }
  186.  
  187. .groupbox-panels {
  188.   -moz-appearance: groupbox;
  189.   padding: 3px 3px 6px 3px;  
  190. }
  191.  
  192. .groupbox-tabbox {
  193.   margin: 3px 2px;
  194. }
  195.  
  196. /* hide top tabbox tabs for link and session panel */
  197. .tabs-hidden > tab {
  198.   display: none;
  199. }
  200.